Objects Reference

fly_pak::get_profile_string

Prototype

void get_profile_string(char *section, char *key, char *dest)

Parameters

Parameter Type Description
section char * section name
key char * key name
dest char * destination string

Return Value

None

Remarks

This function works just like the GetPrivateProfileString Windows API function. It is used to manage .ini type of files and as .fly files are just text .ini files, it is used to load the .fly files.